perm filename MLISP[3,2]4 blob
sn#111528 filedate 1974-07-18 generic text, type T, neo UTF8
MLISP is a meta-notation for LISP. It is described in AI memo AIM-135
(CS-179) and is maintained by Dave Smith. The memo is available online
as MLISP.DAV[AIM,DOC].
To translate and execute an MLISP program, type
.R MLISP
*(MLISP <filename>)
To translate an MLISP program and print out its LISP translation, type
.R MLISPC
*(MLISP <filename> NIL)
To translate an MLISP program and compile it to LAP, type
.R MLISPC
*(MLISP <filename> T)
MLISP has a top level that lets you type m-expressions instead of
s-expressions. To enter this MREAD-EVAL-PRINT loop (instead of the
standard READ-EVAL-PRINT) type (MEVAL). Exit from the loop by typing
π (PI).